Adds a test instance to a test set based on the specified test.
/LoadTest/rest/domains/{domainName}/projects/{projectName}/testInstances
The data can be passed as XML or as JSON containing the equivalent data.
POST: Creates the test instance in the test set.
Headers:
One of:
Cookies:
LWSSO_COOKIE_KEY={LwssoCookie};QCSession={QCSessionCookie};
Request Body:
An XML containing the test ID and the ID of test set in which to create the test instance, or the equivalent in JSON format.
Headers:
One of:
Cookies:
None
HTML Return Code:
See the HTTP Return Codes
HTML Body:
The test ID, the test set ID, and the ID of the new test instance.
|